|
@@ -693,7 +693,7 @@ export default {
|
|
|
|
|
|
//修改是否为手册纱时触发
|
|
|
changeManualYarnFlag(val) {
|
|
|
-
|
|
|
+
|
|
|
this.syShippingDetailsItemList.map(item =>{
|
|
|
item.manualYarnFlag = null
|
|
|
item.manualYarnFlag = val
|
|
@@ -730,6 +730,7 @@ export default {
|
|
|
this.visible = false;
|
|
|
this.addShipDet = {};
|
|
|
this.syShippingDetailsItemList = [];
|
|
|
+ this.manualYarnDisabled = false
|
|
|
this.$refs.form.resetFields();
|
|
|
},
|
|
|
// --------------------------------------
|