-
$emit('update:isShow', e)"
- @on-ok=""
- @on-cancel="">
- Content of dialog
-
+ @input="e => $emit('update:isShow', e)">
+
+
+
+
+
+
+
+
+
+ (无需采购流程,如水电邮寄费等)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {
+ form.money_way_id = e.length > 0 ? e.toString() : '';
+ }
+ "
+ >
+
+
+
+
+
+
+
+
+
+
+ form.money = e"
+ :formatter="
+ (value) => `${value}`.replace(/\B(?=(\d{3})+(?!\d))/g, ',')
+ "
+ :parser="(value) => value.replace(/\$\s?|(,*)/g, '')"
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ form.plan_price = e"
+ >
+
+
+
+
+ 新增记录
+
+
+
+
+
+
+
+
+
+
+
+ {
+ let findIndex = form.contract_plan_links.findIndex(j => j.id === item.id)
+ if (findIndex !== -1) {
+ form.contract_plan_links.splice(findIndex, 1)
+ }
+ }">{{ item.label }}
+
+
+
+ 请选择关联计划
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+ 请选择关联的框架协议合同
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+ 请选择关联的框架协议合同
+
+
+
+
+
+
+
+ 重置
+ 确认
+
+
+
+
+
+
+
+
+
+
+ {
+ planSelect.year = e
+ getPlan()
+ }"
+ >
+
+
+
+
+
+
+
+
+
+
+
+ scope.row._inputMoney = e"
+ :formatter="
+ (value) => `${value}`.replace(/\B(?=(\d{3})+(?!\d))/g, ',')
+ "
+ :parser="(value) => value.replace(/\$\s?|(,*)/g, '')"
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{
+ contractSelect.page = e;
+ getContractToContracts();
+ }"/>
+
+
+
+