|
|
@@ -20,7 +20,7 @@
|
|
|
</el-form-item>
|
|
|
<el-form-item label="资产日期" prop="capitalizationDate">
|
|
|
<el-date-picker v-model="queryParams.capitalizationDate" style="width: 250px"
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss" type="daterange" range-separator="-" start-placeholder="开始日期"
|
|
|
+ value-format="yyyy-MM-dd" type="daterange" range-separator="-" start-placeholder="开始日期"
|
|
|
end-placeholder="结束日期" :default-time="['00:00:00', '23:59:59']" />
|
|
|
</el-form-item>
|
|
|
<el-form-item label="折旧年限" prop="depreciationYear">
|
|
|
@@ -367,7 +367,7 @@
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
-
|
|
|
+
|
|
|
<el-col :span="24" v-if="receiveTitle=='领用'">
|
|
|
<el-form-item label="领用原因" prop="reason">
|
|
|
<el-input maxlength="200" rows="4" show-word-limit type="textarea" v-model="receiveform.reason"
|
|
|
@@ -533,8 +533,8 @@ export default {
|
|
|
retirementReason: [
|
|
|
{ required: true, message: '请输入原因', trigger: 'blur' },
|
|
|
],
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
|
|
|
},
|
|
|
};
|
|
|
@@ -562,13 +562,13 @@ export default {
|
|
|
this.receiveform.employeeName = this.assetInfo[0].receiveEmployeeName;
|
|
|
this.receiveTitle = val;
|
|
|
this.openReceive = true;
|
|
|
-
|
|
|
+
|
|
|
}else{
|
|
|
this.$message.warning("该数据的资产状态不支持此操作,请重新选择!");
|
|
|
return;
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
},
|
|
|
handleSelectionChange(selection) {
|
|
|
console.log(selection);
|
|
|
@@ -896,4 +896,4 @@ ul {
|
|
|
.el-tag+.el-tag {
|
|
|
margin-left: 10px;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|