Browse Source

修改

branch_ccpg_220107
佐 张 3 years ago
parent
commit
e055116aaf
  1. 15
      vue/src/views/ux/vw/dataInput/hq_f_outorder_chickout/detail.vue

15
vue/src/views/ux/vw/dataInput/hq_f_outorder_chickout/detail.vue

@ -102,7 +102,7 @@
{{ scope.column.label }} {{ scope.column.label }}
</template> </template>
</el-table-column> </el-table-column>
</el-table-column>
<el-table-column <el-table-column
prop="state" prop="state"
:formatter="fieldFormatter" :formatter="fieldFormatter"
@ -249,15 +249,9 @@ export default {
version: "", version: "",
guids: "", guids: "",
billNum: "", billNum: "",
<<<<<<< .mine
accountDate:"", accountDate:"",
branchId:"", branchId:"",
outPutQty:"", outPutQty:"",
=======
accountDate: "",
>>>>>>> .theirs
}, },
listDeleteQuery: { listDeleteQuery: {
billNum: "", billNum: "",
@ -535,12 +529,7 @@ export default {
this.getList(); this.getList();
}); });
}); });
.catch(() => {
this.$message({
type: "info",
message: "已取消操作",
});
});
}, },
/** 刷新列表 */ /** 刷新列表 */
handleHandle(data) { handleHandle(data) {

Loading…
Cancel
Save