-
+
@@ -424,7 +424,7 @@ export default {
repairPersonList: [],
rejectVisible:false,
rejectForm:{}, //维修人员驳回表单
- rejectRules: {
+ rejectRules: {
reason: { required: true, message: '请填写驳回原因', trigger: 'blur' }
},
cloneVisible: false,
@@ -1061,4 +1061,4 @@ export default {
}
-
\ No newline at end of file
+
diff --git a/src/views/components/workOrderDetail.vue b/src/views/components/workOrderDetail.vue
index f548913..ccd3a53 100644
--- a/src/views/components/workOrderDetail.vue
+++ b/src/views/components/workOrderDetail.vue
@@ -88,9 +88,9 @@
@change="changeDevice">
-
-
+
@@ -693,7 +693,7 @@ export default {
this.repairForm.totalCost = ''
}
}
-
+
if(res.data.data.status == 103 && this.dialogType != 'view'){
this.repairRules = {
overPicture:{required: true,validator: this.fileMustUpload, trigger: 'blur'}
@@ -803,7 +803,7 @@ export default {
console.log('val--------------->',val)
if (row.unifiedQuotation) {
// row.price = (row.unifiedQuotation * val).toFixed(2)
- row.price = Math.trunc(row.unifiedQuotation * val * 100) / 100
+ row.price = Math.trunc(row.unifiedQuotation * val * 100) / 100
}
},
// 运维主管输入折扣限制
@@ -1252,4 +1252,4 @@ export default {
}
-
\ No newline at end of file
+
diff --git a/src/views/goodsManagement/reciviceList.vue b/src/views/goodsManagement/reciviceList.vue
index 28cf01d..3e01375 100644
--- a/src/views/goodsManagement/reciviceList.vue
+++ b/src/views/goodsManagement/reciviceList.vue
@@ -101,10 +101,84 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ { changeProduct(val, scope.$index) })"
+ @blur="((val) => { changeProduct(val, scope.$index) })" v-loadmore="loadmoreProduct"
+ v-model="scope.row.productId" filterable remote :remote-method="remoteMethodProduct" placeholder="请选择物品"
+ size="mini">
+
+
+
+
+
+
+
+ {{ scope.row.inventoryId }}
+
+
+
+
+
+ {{ scope.row.rule }}
+
+
+
+
+
+ {{ scope.row.xh }}
+
+
+
+
+
+
+
+
+
+
+
+ 元
+
+
+ 元
+
+
+
+
+
+
@@ -112,7 +186,7 @@