+
+
+
+
+
+
+
+ {{
+ scope.row.billNum
+ }}
+
+
+
+
+
+
+ {{ scope.column.label }}
+
+
+
+
+
+
+ {{ scope.row.remark }}
+
+
+ cancel
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/vue/src/views/ux/billManage/wmsCusomerKanban/detail.vue b/vue/src/views/ux/billManage/wmsCusomerKanban/detail.vue
index 425aaed7..de8eadb8 100644
--- a/vue/src/views/ux/billManage/wmsCusomerKanban/detail.vue
+++ b/vue/src/views/ux/billManage/wmsCusomerKanban/detail.vue
@@ -516,7 +516,7 @@ export default {
cancelButtonText: "取消",
type: "warning",
})
- .then(() => {
+ .bn(() => {
this.$axios
.posts(
"/api/settleaccount/WMSCusomerKanbanoutput/WmsCustomerKanbanOutPut-Pass",
diff --git a/vue/src/views/ux/vw/dataInput/hq_open/index.vue b/vue/src/views/ux/vw/dataInput/hq_open/index.vue
index 9db2bbf2..fa0d9cc6 100644
--- a/vue/src/views/ux/vw/dataInput/hq_open/index.vue
+++ b/vue/src/views/ux/vw/dataInput/hq_open/index.vue
@@ -294,8 +294,8 @@ export default {
width: 170,
});
tempsTabs.push({ label: "数量", prop: "qty", width: 100 });
- // tempsTabs.push({ label: "单价", prop: "price", width: 100 });
- // tempsTabs.push({ label: "金额", prop: "amt", width: 100 });
+ tempsTabs.push({ label: "单价", prop: "price", width: 100 });
+ tempsTabs.push({ label: "金额", prop: "amt", width: 100 });
tempsTabs.push({ label: "供应商", prop: "supplier", width: 120 });
tempsTabs.push({
label: "存储地点",
diff --git a/vue/static/config.js b/vue/static/config.js
index 6757964e..a7fba232 100644
--- a/vue/static/config.js
+++ b/vue/static/config.js
@@ -37,8 +37,8 @@ if (process.env.NODE_ENV === 'development') {
configJSON = {
base: {
- //ip: 'http://192.168.0.67',
- ip: 'http://192.168.0.140',
+ ip: 'http://192.168.0.67',
+ //ip: 'http://192.168.0.140',
//ip: 'http://149.223.116.5',
//ip: 'http://124.220.28.250',
//ip: 'http://10.123.148.162',
@@ -71,36 +71,5 @@ if (process.env.NODE_ENV === 'development') {
}
}
}
-// 开发环境
-// export default {
-// base: {
-// ip: 'http://localhost',
-// auth_port: '44323',
-// public_port: '44350',
-// backend_port: '44350'
-// },
-// basic: {},
-// upload: {
-// ip: 'http://localhost'
-// },
-// authServer: {
-// ip: 'http://localhost'
-// },
-// crm: {
-// ip: 'http://localhost'
-// },
-// oms: {
-// ip: 'http://localhost'
-// },
-// wx: {
-// ip: 'http://localhost',
-// basicPort: ''
-// },
-// client: {
-// client_id: 'abpvnext_master_App',
-// client_secret: '1q2w3e*',
-// grant_type: 'password'
-// }
-// }
export default configJSON