Browse Source

修改

branch_ccpg_220107
佐 张 3 years ago
parent
commit
5039c4b9f8
  1. 18
      vue/src/views/ux/billManage/InvoiceSettledDetailDiff/index.vue
  2. 6
      vue/src/views/ux/billManage/kanBanWithCode/index.vue
  3. 8
      vue/src/views/ux/billManage/sparePart/index.vue

18
vue/src/views/ux/billManage/InvoiceSettledDetailDiff/index.vue

@ -954,13 +954,13 @@ export default {
},
//
handleCreateBills(row){
if (this.multipleSelection.length == 0) {
this.$message({
message: "至少选择一行!",
type: "warning",
});
return;
}
// if (this.multipleSelection.length == 0) {
// this.$message({
// message: "",
// type: "warning",
// });
// return;
// }
var params = [];
let myalert = ""; //使
if (row) {
@ -984,6 +984,7 @@ export default {
this.$axios
.gets("/api/settleaccount/wmsjitoutput/WmsJitOutPut", params)
.then((response) => {
console.log("检查柱护板-hostCheckQuery"+JSON.stringify(response));
const index = this.list.indexOf(row);
this.$notify({
title: "成功",
@ -991,11 +992,12 @@ export default {
type: "success",
duration: 2000,
});
console.log(response);
this.getList();
});
})
.catch(() => {
this.$message({
type: "info",
message: "已取消操作",

6
vue/src/views/ux/billManage/kanBanWithCode/index.vue

@ -737,7 +737,7 @@ export default {
tempsTabs.push({
label: "单据流水号",
prop: "taskId",
width: 85,
width: 120,
});
tempsTabs.push({
label: "模块名称",
@ -766,8 +766,8 @@ export default {
// });
tempsTabs.push({
label: "状态",
prop: "FileName",
width: 100,
prop: "fileName",
width: 150,
});
return tempsTabs;
},

8
vue/src/views/ux/billManage/sparePart/index.vue

@ -719,7 +719,7 @@ export default {
tempsTabs.push({
label: "版本号",
prop: "type",
width: 85,
width: 120,
});
tempsTabs.push({
label: "单据流水号",
@ -753,8 +753,8 @@ export default {
// });
tempsTabs.push({
label: "状态",
prop: "FileName",
width: 100,
prop: "fileName",
width: 150,
});
return tempsTabs;
},
@ -841,7 +841,7 @@ export default {
})
.then(() => {
this.$axios
.posts("/api/settleaccount/wms/WmsJitOutPut", params)
.posts("/api/settleaccounWmsJitOutPutt/wms/", params)
.then((response) => {
const index = this.list.indexOf(row);
this.$notify({

Loading…
Cancel
Save